- standard subroutine library
- Вычислительная техника: библиотека стандартных подпрограмм
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Harwell Subroutine Library — HSL , originally the Harwell Subroutine Library, is a collection of Fortran 77 and 95 codes that address core problems in Numerical Analysis. It is primarily developed by the Numerical Analysis Group at the Rutherford Appleton Laboratory with… … Wikipedia
subroutine library — noun (computing) a collection of standard programs and subroutines that are stored and available for immediate use • Syn: ↑library, ↑program library • Topics: ↑programming, ↑programing, ↑computer programming, ↑ … Useful english dictionary
Standard library — A standard library for a programming language is the library that is conventionally made available in every implementation of that language. In some cases, the library is described directly in the programming language specification; in other… … Wikipedia
program library — noun (computing) a collection of standard programs and subroutines that are stored and available for immediate use • Syn: ↑library, ↑subroutine library • Topics: ↑programming, ↑programing, ↑computer programming, ↑ … Useful english dictionary
Coroutine — Coroutines are computer program components that generalize subroutines to allow multiple entry points for suspending and resuming execution at certain locations. Coroutines are well suited for implementing more familiar program components such as … Wikipedia
Name mangling — This article is about name mangling in computer languages. For name mangling in file systems, see filename mangling. In compiler construction, name mangling (also called name decoration) is a technique used to solve various problems caused by the … Wikipedia
XL (programming language) — XL stands for eXtensible Language. It is a computer programming language designed to support concept programming.XL features programmer reconfigurable syntax and semantics. Compiler plug ins can be used to add new features to the language. A base … Wikipedia
Basic Linear Algebra Subprograms — (BLAS) is a de facto application programming interface standard for publishing libraries to perform basic linear algebra operations such as vector and matrix multiplication. They were first published in 1979, and are used to build larger packages … Wikipedia
Callback (computer science) — In computer programming, a callback is executable code that is passed as an argument to other code. It allows a lower level software layer to call a subroutine (or function) defined in a higher level layer. Usually, the higher level code starts… … Wikipedia
Pointer (computing) — This article is about the programming data type. For the input interface (for example a computer mouse), see Pointing device. Pointer a pointing to the memory address associated with variable b. Note that in this particular diagram, the computing … Wikipedia
Iterator — In computer science, an iterator is an object which allows a programmer to traverse through all the elements of a collection, regardless of its specific implementation. An iterator is sometimes called a cursor, especially within the context of a… … Wikipedia